On this pageOnPaintDescriptionUse the OnPaint event handler to draw the image of the control. The OnPaint event fires when the system repaints the TsgDrawingNavigator control. If there is a handler for this event, its code is executed when the OnPaint event fires.Syntaxproperty OnPaint: TNotifyEvent;